home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 3 / CU Amiga Magazine's Super CD-ROM 03 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-09].iso / misc / gcc / gnu / os-include / proto / locale.h < prev    next >
C/C++ Source or Header  |  1994-09-22  |  241b  |  13 lines

  1. #ifndef PROTO_LOCALE_H
  2. #define PROTO_LOCALE_H
  3.  
  4. #include <clib/locale_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/locale.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct LocaleBase *LocaleBase;
  10. #endif
  11.  
  12. #endif
  13.